home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / lsu.zip / HINTS.LSU < prev    next >
Text File  |  1991-08-02  |  3KB  |  65 lines

  1. Command      Syntax
  2. ───────────  ─────────────────────────────────────────────
  3. Attach       ATTACH [fileserver[/username[;password]]]
  4. Break        BREAK ON|OFF
  5. Comspec      COMSPEC = [path] filename
  6. Display      DISPLAY [directory/] filename
  7. DOS Break    DOS BREAK [ON|OFF]
  8. DOS Set      [option] [DOS] SET name = 'value'
  9. DOS Verify   DOS VERIFY [ON|OFF]
  10. Drive        DRIVE [d:|*n]
  11. Exit         EXIT ['filename']
  12. Fdisplay     FDISPLAY [directory/] filename
  13. Fire Phasers FIRE PHASERS n TIMES
  14. Goto         GOTO label
  15. If.Then.Else IF conditional(s) [AND|OR|NOR] conditionals
  16.              THEN command ELSE command END
  17. Include      INCLUDE [path]filename
  18. Machine      MACHINE = 'name'
  19. Map          MAP [option] [drive:= [path[;,,,] [variable]]
  20. Pause        PAUSE or WAIT
  21. PCCompatible [PC]COMPATIBLE
  22. Remark       REM[ARK] [text] or * [text] or ; [text]
  23. Shift        SHIFT [n]
  24. Write        WRITE [text]
  25.  
  26. Variable          Function
  27. ────────────────  ───────────────────────────────────────
  28. ACCESS_SERVER     Returns TRUE if Access Server is
  29.                   functional, otherwise returns FALSE
  30. ERROR_LEVEL       An Error Number, 0 = No Errors
  31. MEMBER OF 'group' Returns TRUE is member of group,
  32.                   otherwise returns FALSE
  33.  
  34. DAY               Day number (1-31)
  35. DAY_OF_WEEK       Day of week (Monday, Tuesday,etc.)
  36. MONTH             Month number (1-12)
  37. MONTH_NAME        Month name (January, June, etc.)
  38. NDAY_OF_WEEK      Weekday number (1-7, Sunday=1)
  39. SHORT_YEAR        Year in short format (88, 89, etc.)
  40. YEAR              Year in full format (1988, 1989, etc.)
  41.  
  42. <dos var>         Use any DOS environ. variable as a string
  43.  
  44. NETWORK_ADDRESS   Network number of the cabling system
  45. FILE_SERVER       Name of the file server
  46.  
  47. AM_PM             Day or night (am or pm)
  48. GREETING_TIME     Morning, afternoon, or evening
  49. HOUR              Hour of day or night (1-12)
  50. HOUR24            Hour (00-23, midnight=00)
  51. MINUTE            Minute (0,59)
  52. SECOND            Second (0,59)
  53.  
  54. FULL_NAME         User's full name (from SYSCON)
  55. LOGIN_NAME        User's unique login name
  56. USER_ID           Number assigned to each user
  57.  
  58. MACHINE           The machine the shell was written for
  59. OS                The workstation's operating system
  60. OS_VERSION        The version of the workstations DOS
  61. P_STATION         Station number or node address
  62. SHELL_TYPE        The workstation's shell version
  63. SMACHINE          Short machine name
  64. STATION           Connection number
  65.